home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CKeyControlsDialog.h < prev    next >
Encoding:
Text File  |  1994-04-04  |  622 b   |  24 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CKeyControlsDialog class.  The
  3. //| CKeyControlsDialog class implements the controls dialog.
  4. //|________________________________________________________________________________
  5.  
  6.  
  7. #include <CDialog.h>
  8.  
  9. CLASS CArray;
  10. CLASS CKeyControlsArrayPane;
  11.  
  12. class CKeyControlsDialog : public CDialog
  13.     {
  14.  
  15.   public:
  16.  
  17.     void    IKeyControlsDialog(short WindowID, CDesktop *enclosure,
  18.                                 CDirector *supervisor, CArray *array,
  19.                                     CKeyControlsArrayPane *array_pane);
  20.     
  21.     void    MatchDialogToPrefs(void);
  22.     
  23.     };
  24.